/*
<style>
/* */ 
*
	{
	font-family: arial;
	font-size:12px;
	}
	  
body
	{
	background:#F5F5F5;
	margin:0xp 0px 0px 0px;
	padding:0xp 0px 0px 0px;
	}

.topper
	{
	font-size:0px;
	width:2px;
	height:2px;
	}

#firstWords
	{
	font-size:1px;
	display:none;
	}

#center
	{
	text-align:center;
	}
#iecenter
	{
	text-align:left;
	margin:0px auto;
	width:838px;
	}
	
#logo
	{
	background:url(images/logo.jpg);
	width:838px;
	height:149px;
	background-repeat:no-repeat;
	}
	
#logo .flags
	{
	margin-top:123px;
	margin-left:30px;
	float:left;
	display:inline;
	
	}
#logo .flags img
	{
	border: 0px;
	}
#logo .search
	{
	margin-top:117px;
	margin-right:30px;
	float:right;
	display:inline;
	color:#ffffff;
	}
#logo .searchtext
	{
	width:200px;
	border:0px;
	}
#logo .searchbut
	{
	width:25px;
	height:22px;
	border:0px;
	background:url(images/search.gif);
	}
	
#bottom
	{
	background:url(images/bottom.jpg);
	width:838px;
	height:42px;
	background-repeat:no-repeat;
	}

/* Cely kontainer tela */	
#bodycont
	{
	background:url(images/body-back.jpg);
	width:838px;
	background-repeat:repeat-y;
	overflow:auto;
	}

/* Lava strana */	
#navigation
	{
	width:144px;
	margin-left:18px;
	display:inline;
	float:left;
	}
	
#navigation .button
	{
	background:url(images/button-back.jpg) #E5E3E5;
	width:142px;
	height:21px;
	line-height:21px;
	margin-bottom:1px;
	}

#navigation .highlight
	{
	background:url(images/buttonh-back.jpg) #E5E3E5;
	}
	
#navigation .button a
	{
	margin-left:8px;
	color:#383330;
	text-decoration:none;
	font-weight:bold;
	}

#navigation .button a:hover
	{
	color:#ABA8A8;
	}
	
#navigation .submenu
	{
	position:absolute;
	background: #E5E3E5;
	border:1px solid white;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#navigation .submenuitem
	{
	padding: 0px 0px 0px 0px;
	margin-left: 10px;
	margin-right: 10px;
	white-space: nowrap;
	}

#news
	{
	background:url(images/news-back.jpg);
	width:142px;
	}
.newsitem
	{
	margin-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	}

.newsitem a
	{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
.newsitem a:hover
	{
	color:#cccccc;
	}


#newsbottom
	{
	background:url(images/news-bottom.jpg);
	width:142px;
	height:2px;
	font-size:1px;
	background-repeat:no-repeat;
	}

#content
	{
	color:#868282;
	width:620px;
	}

#content h1, #content h2, #content h3, #content h4
	{
	color:#4C4A47;
	padding:0px 0px 0px 0px;
	}

#content h1
	{
	font-size:18px;
	}
#content h2
	{
	font-size:16px;
	}
#content h3
	{
	font-size:14px;
	}
#content h4
	{
	font-size:12px;
	}
	
#content a
	{
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
#content a:hover
	{
	color:#4C4A47;
	text-decoration: underline;
	}
#content img
	{
	border:1px solid white;
	}	

#bottominfo /* spodne info nad footer */
	{
	padding-top:10px;
	padding-bottom:10px;
	background:url(images/body-back.jpg);
	width:838px;
	background-repeat:repeat-y;
	overflow:auto;
	}
.bottominfotext
	{
	margin-left:20px;
	color:#848484;
	}

.bottominfotext a
	{
	font-weight:bold;
	text-decoration:none;
	color:#C2C2C2;
	}

